
begintalkscript;

variables;

begintalknode 1;
	state = -1;
	nextstate = -1;
	question = "Guard";
	text1 = "You try to attract this guard's attention, but he can't seem to hear you.";

begintalknode 2;
	state = -1;
	nextstate = 2;
	question = "Guard";
	text1 = "You remember this rather frazzled-looking guard as the one who asked you to find his friend Jack. He stands shifting uneasily from foot to foot, occasionally looking towards the top of the cathedral with a concerned expression.";
	text2 = "You try to attract his attention, but he can't seem to hear you.";
	text3 = "THESE NODES NEED TO BE FINISHED.";

begintalknode 100;
	state = -1;
	nextstate = -1;
	question = "Empire Dervish";
	text1 = "You try to attract this Dervish's attention, but it seems he can't hear you.";

